projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0142893
)
(Vauto_fill_chars): Extern it.
author
Kenichi Handa
<handa@m17n.org>
Mon, 19 Oct 1998 00:40:10 +0000
(
00:40
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 19 Oct 1998 00:40:10 +0000
(
00:40
+0000)
src/charset.h
patch
|
blob
|
history
diff --git
a/src/charset.h
b/src/charset.h
index b25e66a563209867538ea9fd16e669e2ca773419..f03bb944811b052b3283ea6639f3b4529fe9ff63 100644
(file)
--- a/
src/charset.h
+++ b/
src/charset.h
@@
-824,6
+824,9
@@
extern Lisp_Object Vtranslation_table_vector;
#define GET_TRANSLATION_TABLE(id) \
(XCONS(XVECTOR(Vtranslation_table_vector)->contents[(id)])->cdr)
+/* A char-table for characters which may invoke auto-filling. */
+extern Lisp_Object Vauto_fill_chars;
+
/* Copy LEN bytes from FROM to TO. This macro should be used only
when a caller knows that LEN is short and the obvious copy loop is
faster than calling bcopy which has some overhead. */